All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.apple.alpha.app.ImageDelegate

public interface ImageDelegate
This interface wraps the Objective-C category defining delegate methods of the NSImage class. The methods in this interface are delegate methods. This interface is exposed in Java for documentation purposes, since one is not required to implement this interface. Your class may implement one or more of these methods, as needed. Only those methods implemented will be called.


Method Index

 o imageDidNotDraw(Object, Rect)
A wrapper for the - imageDidNotDraw:inRect: Objective-C instance method implemented by delegates of the Image class (known as the NSImage Objective-C class).

Methods

 o imageDidNotDraw
 public abstract Image imageDidNotDraw(Object sender,
                                       Rect aRect)
A wrapper for the - imageDidNotDraw:inRect: Objective-C instance method implemented by delegates of the Image class (known as the NSImage Objective-C class).


All Packages  Class Hierarchy  This Package  Previous  Next  Index